home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / treecomp / _SETUP.1 / TreeComp.exe / 0 / RCDATA / TNOTCOPIEDFORM / TNOTCOPIEDFORM.txt
Encoding:
Text File  |  2001-02-01  |  1.5 KB  |  72 lines

  1. object NotCopiedForm: TNotCopiedForm
  2.   Left = 299
  3.   Top = 113
  4.   Width = 606
  5.   Height = 400
  6.   Caption = 'The following files are not copied:'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 336
  22.     Width = 598
  23.     Height = 37
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object btnForce: TBitBtn
  28.       Left = 152
  29.       Top = 8
  30.       Width = 219
  31.       Height = 25
  32.       Hint = 
  33.         'Remove the attributes associated with the target file before cop' +
  34.         'ying and try again'
  35.       Anchors = [akTop, akRight]
  36.       Caption = '&Force copy of checked files'
  37.       ModalResult = 1
  38.       ParentShowHint = False
  39.       ShowHint = True
  40.       TabOrder = 0
  41.     end
  42.     object btnCancel: TBitBtn
  43.       Left = 376
  44.       Top = 8
  45.       Width = 219
  46.       Height = 25
  47.       Anchors = [akTop, akRight]
  48.       Caption = 'Do ¬ copy'
  49.       ModalResult = 2
  50.       TabOrder = 1
  51.     end
  52.   end
  53.   object Panel2: TPanel
  54.     Left = 0
  55.     Top = 0
  56.     Width = 598
  57.     Height = 336
  58.     Align = alClient
  59.     BevelOuter = bvNone
  60.     TabOrder = 1
  61.     object CheckListBox1: TCheckListBox
  62.       Left = 8
  63.       Top = 8
  64.       Width = 585
  65.       Height = 321
  66.       Anchors = [akLeft, akTop, akRight, akBottom]
  67.       ItemHeight = 13
  68.       TabOrder = 0
  69.     end
  70.   end
  71. end
  72.